TakeoffChecklist

Instrument providing a set of alarms that indicate whether it is safe for the drone to take off.

All alarms must all be cleared in order for drone take-off to be safe.

This instrument can be obtained from a drone using: drone.getInstrument(TakeoffChecklist::class.java)

See also

Drone.getInstrument

Types

Link copied to clipboard
abstract class Alarm

A take-off checklist alarm.

Functions

Link copied to clipboard

Convenience alias to TakeoffChecklist.getAlarm providing array-like access to alarms.

Link copied to clipboard

Returns the current state for a given kind of alarm.